SetPausedRequest

data class SetPausedRequest(animations: List<String>, paused: Boolean)

Represents request frame that can be used with Animation#setPaused operation call.

Sets the paused state of a set of animations.

See also

Constructors

SetPausedRequest
Link copied to clipboard
fun SetPausedRequest(animations: List<String>, paused: Boolean)

Properties

animations
Link copied to clipboard
val animations: List<String>
Animations to set the pause state of.
paused
Link copied to clipboard
val paused: Boolean
Paused state to set to.

Sources

jvm source
Link copied to clipboard